home *** CD-ROM | disk | FTP | other *** search
/ BlastDOS / pcANYWHERE 2.0.zip / Disk 2.IMA / CALLDC.WI$ / CALLDC.WIZ
Text File  |  1995-08-11  |  5KB  |  94 lines

  1. *pcANYWHERE for Windows 2.0
  2. *Call a Host PC - Direct Connect
  3.  
  4. IF ISWINDOWUP "pcANYWHERE"
  5.     BlackBoard "This Assistant will walk you through the process of configuring a direct connection."
  6.     Blackboard "During this session, your mouse cursor will be under computer control."
  7. else
  8.     RUN         "WINAW.EXE"
  9.     BlackBoard      "Welcome to Norton pcANYWHERE, your complete remote communications solution!"
  10. endif
  11. Blackboard  "When NEXT is pressed, the Assistant will click the Call A Host PC button."
  12. CLICKON   0500  ;This is the Host PC Directory to which entries may be added.  Press NEXT.
  13. Blackboard  "There is no existing Direct Connect selection.  When you press NEXT, the Assistant will create one by clicking on NEW."
  14. CONTROLSOFF "Edit Host PC Entry"
  15. CLICKON     1618   ;Press NEXT to continue.   
  16. LABEL MPW
  17. IF ISWINDOWUP "Master Password"
  18.         Controlsoff "Master Password"
  19.     BlackBoard                      "A master password has been set.  It must be entered now in order to view/modify any program settings"
  20.     AcceptInto      1808            ;Please enter the master password now...Press NEXT to continue
  21.     ClickOn         0001            ;Your password has been entered.
  22.     IF ISWINDOWUP "Error"
  23.         BackBoard              "I'm Sorry!  Your entry was incorrect.  Please try again!"
  24.         ClickOn         0002
  25.         Goto            MPW
  26.     endif
  27. CONTROLSOFF "Edit Host PC Entry"
  28. endif
  29. Blackboard "The Assistant has brought up the Edit Host PC Entry window. Press NEXT to continue."
  30. LABEL DESCRIPT
  31. Blackboard "After you press NEXT, you will be prompted to enter data about your host."
  32. AcceptInto  4410   ;Description:  Enter a description which will appear in the phone directory and which will clearly identify this Host. Press NEXT to continue.
  33. If controlempty 4410
  34.    Blackboard "This description field may not be left blank."
  35.    goto DESCRIPT
  36. Endif
  37. LABEL   DESC
  38. IF ENTRYEXISTS  4410 1624
  39.     BlackBoard                      "This entry is already in the list...Please enter a different description"
  40.     AcceptInto      4410            ;Each PC you want to call needs a unique identifier or description.
  41.     Goto DESC
  42. endif
  43. AcceptInto      4415   ;Host PC Computer Name:  If you know the host PC name, you may enter it now and the connection to the host will be automatic. Press NEXT.
  44. AcceptInto      4420   ;Your Login Name:  If the host requires you to have a login name, you may enter it now.
  45.     BlackBoard    "If it is left blank, the host will ask you for the login upon connection, if required."
  46. AcceptInto      4430   ;Your Password:  If you know the host password, you may enter it here. 
  47.     BlackBoard    "If it is left blank, the host will ask you for the password upon connection"
  48. BlackBoard            "For security reasons, the password is not displayed as you enter it.  Please remember it -- you will be asked to verify the password later"
  49. Blackboard   "Press NEXT to get a list of the existing Hardware Configurations."
  50. Clickon         4460 ;You notice that a configuration for Direct Connect may already exist in the list.
  51. BlackBoard "However, the Assistant will leave that configuration intact and create a new one.  Press NEXT to select New."
  52. CONTROLSOFF "Edit Hardware Configuration"
  53. Clickon         4465  ; The Assistant has brought the Edit Hardware Configuration window.  Press NEXT to continue.
  54. BlackBoard  "Every hardware configuration gets a descriptive name.  This is so you can easily, quickly distinguish them in the list."
  55. LABEL hardw
  56. Blackboard "Press NEXT to begin entering data about your new Hardware configuration."
  57. AcceptInto      3238     ;Description of Hardware Entry:  Please enter a description for your hardware configuration now......and press Next to continue.
  58. If Controlempty 3238
  59.      BLackboard  "A description is required to save this entry. Click on Next to continue."
  60.      goto hardw
  61. endif
  62. LABEL   DESC2
  63. IF ENTRYEXISTS  3238 4460
  64.     BlackBoard    "This entry is already in the list...Please enter a different description"
  65.     AcceptInto      3238   ;Each PC you want to call needs a unique identifier or description.
  66.     Goto DESC2
  67. endif
  68. LABEL HARDW2
  69. AcceptInto      3220    ;Device:  Please select the port to which your direct connect cable is connected.  Most likely, it is #1 or #2.
  70. If Stringcompare 3220 "COM1"
  71.  GOTO GOOD
  72. Endif
  73. If Stringcompare 3220 "COM2"
  74.  GOTO GOOD
  75. Endif
  76. If Stringcompare 3220 "COM3"
  77.  GOTO GOOD
  78. Endif
  79. If Stringcompare 3220 "COM4"
  80.  GOTO GOOD
  81. Else
  82. Blackboard "You must select a serial COM Port here.  Press NEXT to continue."
  83.   GOTO HARDW2
  84. Endif
  85. LABEL GOOD
  86. Blackboard  "When you press NEXT, the Assistant will tell pcANYWHERE that we are not using a modem by clicking on the No Modem button.
  87. Clickon         3219    ;The Assistant will select a data rate of 19,200 here when you press NEXT.  If your PC handles faster speeds, you may edit this configuration after this lesson ends.
  88. ListSelect 3212 "19,200"
  89. Blackboard "The Assistant will click on OK to save this entry.  Press NEXT to save."
  90. Clickon         0001    ;You are now set to call a Host via Direct Connect!  Press NEXT.
  91. Clickon         0001    ; Goodbye...
  92. Exit
  93.  
  94.